home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / DAYString / ReadMe < prev    next >
Text File  |  1995-06-12  |  538b  |  19 lines

  1.  
  2. WARNING:  This is DAYString (formerly String) version 1.2  All future
  3.         version will be available as part of the DAYMiscKit and will
  4.         not be released separately.  You have been warned.
  5.  
  6.  
  7. WHAT'S HERE:
  8.  
  9. A simple test program is provided which demonstrates how to use the object
  10. and tests a few of the basic features.  To compile the test program
  11. StringTest.m, type:  
  12.  
  13. cc -O -Wall -o StringTest StringTest.m -lNeXT_s
  14.  
  15.  
  16.  
  17. This program was used to verify proper operation of some, but not all, of
  18. the DAYString's methods during development.
  19.